home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / bouncegame.swf / scripts / DefineButton2_299 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-20  |  158 b   |  9 lines

  1. on(release){
  2.    if(!_parent._parent.script.draggable)
  3.    {
  4.       return undefined;
  5.    }
  6.    this.stopDrag();
  7.    _parent._parent.script.drag = false;
  8. }
  9.